home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
kermit.columbia.edu
/
kermit.columbia.edu.tar
/
kermit.columbia.edu
/
newsgroups
/
misc.20031118-20041115
/
000415_robertls@nortelnetworks.com_Tue Oct 19 14:20:04 2004.msg
< prev
next >
Wrap
Internet Message Format
|
2004-11-14
|
2KB
Path: newsmaster.cc.columbia.edu!newsfeed1.nycmny01.us.to.verio.net!newspeer1.stngva01.us.to.verio.net!verio!newsfeed3.dallas1.level3.net!news.level3.com!newsfeed1.easynews.com!easynews.com!easynews!sjc1.usenetserver.com!news.usenetserver.com!cyclone.bc.net!nrc-news.nrc.ca!utnut!qcarhaaa.nortelnetworks.com!bcarh189.ca.nortel.com!zcars0v6!not-for-mail
From: "Robert Simmons" <robertls@nortelnetworks.com>
Newsgroups: comp.protocols.kermit.misc
Subject: Kermit Script Output Out of Order
Date: Tue, 19 Oct 2004 00:48:05 -0500
Organization: Nortel
Lines: 18
Message-ID: <cl29ql$dm7$1@zcars0v6.ca.nortel.com>
NNTP-Posting-Host: robertls-1.us.nortel.com
X-Trace: zcars0v6.ca.nortel.com 1098164886 14023 47.102.125.229 (19 Oct 2004 05:48:06 GMT)
X-Complaints-To: hawkinsj@nortelnetworks.com
NNTP-Posting-Date: Tue, 19 Oct 2004 05:48:06 +0000 (UTC)
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:15198
Hopefully this group is still monitored...
I have been developing a kermit script. I have found that when a run the
script normally from a linux prompt that the output is mostly in order. But
if I fork a process and run the script from a C++ program the output is in
realtime for the AT responces but the script echo lines and the help text
output is not dumped until the process is killed or dies.
I notices the same order of output with the stdout redirected and captured
to a file at the linux command prompt.
Anyone know why? And how to get the output os the echo statements to be dump
before the script dies or is killed?
Thanks,
Robert